LassoScript Utility
Basics Browse Detail

[String->IsUWhiteSpace]

Tag Link [String->IsUWhiteSpace] Category String
Type Member Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type Boolean Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[String->IsUWhiteSpace] checks whether a specified character within the string has the Unicode white space property. The tag returns True if the character has the Unicode white space property or False otherwise.

Syntax

[If: 'String'->(IsUWhiteSpace: 3)] ... [/If]

Parameters

Required Parameters
Position The character within the string to inspect.

Examples

To check whether a character is white space in Unicode:

Use the [String->IsSpace] tag. The following example returns False since the fourth character of the string is not a space, tab, return, or other white space character according to Unicode.

[Output: '26 Letters'->(IsUWhiteSpace: 4)]

False

Related Tags

Category Tags